Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix errors on resize #205

Merged
merged 4 commits into from
Apr 12, 2024
Merged

Fix errors on resize #205

merged 4 commits into from
Apr 12, 2024

Conversation

barnettwilliam
Copy link
Collaborator

Fixed creation of panel splitters in Layout so that panel layouts with an odd number of panels do not have an unnecessary splitter that causes a Metro exception on page resize, and added defensive check for fit() when no splitters are found.

…h an odd number of panels do no have an unnecessary splitter that causes a Metro exception o page resize, and added defensive check for fit() when no splitters are found.
@barnettwilliam barnettwilliam linked an issue Apr 11, 2024 that may be closed by this pull request
platform/src/Layout.js Outdated Show resolved Hide resolved
platform/src/Layout.js Show resolved Hide resolved
… method addPanelHolderAttributes() to apply common panel holder elements, and fixed unnecessary splittter in the case of single column panle layouts.
@barnettwilliam barnettwilliam merged commit fe88277 into main Apr 12, 2024
7 checks passed
@barnettwilliam barnettwilliam deleted the fix/204-errors-on-resize branch April 12, 2024 15:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Errors on window resize
2 participants